MyShowHide
Shows or hides a window associated with a frame. This is how you would define your show/hide function if you were to name itMyShowHide
:
void MyShowHide (JMFrameRef frame, Boolean showFrameRequested);
frame
- The frame to be shown or hidden.
showFrameRequested
- A Boolean value. If true, the window should be displayed. If false, the window should be hidden.
DISCUSSION
When creating a frame, you must designate a callback function to show or hide the window associated with it.